home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / rt800 / readme < prev    next >
Text File  |  1992-07-27  |  2KB  |  66 lines

  1.  
  2. For those who have a 386+387 (or 486) machine it is now possible to
  3. produce images with a good level of realism.
  4.  
  5. Installation is:
  6.  
  7. 0. Define a variable GO32 if you don't have a 387
  8.    dos> set GO32=ansi emu DRIVE:PATH\emu387
  9.    or if you have (or in case of a 486)
  10.    dos> set GO32=ansi
  11.  
  12. The steps to follow to create images are:
  13.  
  14. 1. Create using a text editor a file with the scene description
  15.    (view point, lights, objects, etc).
  16.    Look at the .scn files for an example; the format description
  17.    is in the file scn2sff.doc.
  18.  
  19.    CPP (or M4) macros and so on can be used...
  20.  
  21. 2. Next, process the .scn file (let's suppose it is called demo.scn)
  22.    using CPP (or M4) and then by SCN2SFF converter, to obtain the
  23.    input file for the ray-tracer program (demo.sff).
  24.  
  25.    Example:
  26.    dos> cpp -P demo.scn | scn2sff - > demo.sff
  27.  
  28. 3. Run RTRACE with chosen arguments (look in rtrace.doc).
  29.  
  30.    Example:
  31.    [Resolution 256x256, no antialiasing, with textures, verbose]
  32.    dos> rtrace w256 t1 V3 demo.sff demo.pic >demo.log
  33.  
  34.    Wait a moment... Done.
  35.  
  36. 4. To view the image (file demo.pic), it is necessary to convert it to
  37.    a standard format like GIF or any other.
  38.    Use the PIC2RAW program to convert to input file for shareware
  39.    program ALCHEMY (demo.raw).
  40.    Or convert with PIC2RGB to a raw format that PICLAB understands
  41.    and do the manipulation with this program (very good).
  42.  
  43.    Example:
  44.    dos> pic2raw demo
  45.  
  46.    With ALCHEMY it is possible to convert to many other formats
  47.    (GIF, Targa, PCX, etc).
  48.    It is also possible to view in a VGA card with ALCHEMY.
  49.    To display, use ALCHEMY, PICLAB, CSHOW or others...
  50.  
  51.  
  52. There are many .scn and .sff available...
  53.  
  54. Description:
  55.         logo.scn        - logo of my institute, INESC
  56.         h2so4.scn       - molecule H2SO4
  57.         vitam_a1.scn    - vitamin A1
  58.         header.scn      - include for previous 2
  59.         balls.scn       - balls
  60.  
  61.  
  62. Hope you like it,
  63.  
  64. Antonio Costa
  65. (acc@asterix.inescn.pt, acc@basinger.inescn.pt)
  66.